home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / gfx / conv / iff2koala.readme < prev    next >
Text File  |  1997-01-05  |  2KB  |  71 lines

  1. Short:    Convert an iff-pic to c64-koala
  2. Author:   blacky@caiw.nl
  3. Uploader: blacky@caiw.nl
  4. Type:     gfx/conv
  5.  
  6.  
  7.  
  8. This package converts a 320x200 with 16 grays ILBM to a C64 koala picture.
  9.  
  10.  
  11. The way you go about this is described below:
  12.  
  13. 1- make sure the iff picture is 320x200 (if not, use DPAINT or ADPRO)
  14. 2- make sure the iff picture has 16 grays (if not, use ADPRO)
  15. 3- make sure the grays are in the following order : $000 $111 $222 $333
  16.    $444 $555 $666 $777 $888 $999 $aaa $bbb $ccc $ddd $eee $fff (if not,
  17.    use DPAINT)
  18. 4- use ilbmtoraw to convert the iff to a raw-format picture
  19.    example : ilbmtoraw picture
  20.    a file called 'picture.lo.320x200x4' should be created, this is the raw-
  21.    format file.
  22. 5- use raw2koala to convert the raw-format picture into a C64 koala picture.
  23.  
  24.    There are 2 ways in which raw2koala can convert the raw-picture:
  25.  
  26.    The hyper conversion method uses a pattern-dithering method to construct
  27.    the missing grays on the C64, this method is somewhat slower but leaves
  28.    you with a large amount of grays.
  29.  
  30.    example hyper-mode : raw2koala picture.lo.320x200x4,koalapic,2
  31.  
  32.  
  33.    The simple conversion method uses no dithering of any kind, this method
  34.    is somewhat faster, but leaves you with a small amount of grays and less
  35.    detail.
  36.  
  37.    example simple-mode : raw2koala picture.lo.320x200x4,koalapic,1
  38.  
  39.  
  40.  
  41.  
  42. That's all folks...
  43.  
  44.  
  45.  
  46.  
  47.  
  48.                     ####   #        #    #####  #   #  #   #
  49.                     #   #  #       # #   #   #  #  #    # #
  50.                     ####   #      #####  #      ###      #
  51.                     #   #  #      #   #  #   #  #  #     #
  52.                     ####   #####  #   #  #####  #   #    #
  53.  
  54.  
  55.              *****  *****    *    ****   ****   *   *  *****  *****
  56.              *        *     * *   *   *  *   *  *   *  *        *
  57.              *****    *    *****  ****   *   *  *   *  *****    *
  58.                  *    *    *   *  *  *   *   *  *   *      *    *
  59.              *****    *    *   *  *   *  ****   *****  *****    *
  60.  
  61.  
  62. ============================= Archive contents =============================
  63.  
  64. Original  Packed Ratio    Date     Time    Name
  65. -------- ------- ----- --------- --------  -------------
  66.     2007     747 62.7% 01-Dec-96 14:40:56 +iff2koala.readme
  67.    15644    9179 41.3% 04-Feb-89 08:22:26 +ILBMtoRaw
  68.     4780    2006 58.0% 17-Jun-96 23:54:48 +raw2koala
  69. -------- ------- ----- --------- --------
  70.    22431   11932 46.8% 04-Dec-96 17:57:28   3 files
  71.